func runtime.gogetenv
7 uses
runtime (current package)
env_posix.go#L9: func gogetenv(key string) string {
extern.go#L310: s := gogetenv("GOROOT")
mgcpacer.go#L1278: p := gogetenv("GOGC")
mgcpacer.go#L1324: p := gogetenv("GOMEMLIMIT")
proc.go#L758: if n, ok := atoi32(gogetenv("GOMAXPROCS")); ok && n > 0 {
runtime1.go#L384: godebug := gogetenv("GODEBUG")
runtime1.go#L410: setTraceback(gogetenv("GOTRACEBACK"))
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |